DirectoryIndex index.php Options -Indexes # These might give you an error if PHP is not installed as a module. #php_value upload_max_filesize 200M #php_value post_max_size 200M #php_value short_open_tag 1 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ rewrite.php?rewrite-url=$1 [QSA,L]